how do I connect my twillio acct to infusionsoft - infusionsoft

I currently have Twillio sending new contact info to a campaign in Infusionsoft.
I have changed the campaign in Infusionsoft and need to put the correct info into Twillio for the correct campaign.
basically where twillio should send the new contact information to for follow up.
how do I change it to the correct campaign?

Related

Contact Key v/s Subscriber Key

What is the difference between the Contact key and the Subscriber key in Salesforce Marketing Cloud?
I need to be clear on these so I can absolutely transfer this information. I have read the help material but I think I need it with an example as I still don't quite get it.
Contacts and Subscribers
A contact is a person you send messages to through any marketing
channel. A contact typically appears in the All Contacts section, but
a contact record can also appear in other locations.
A subscriber is a person who opted to receive communications or
belongs to a particular channel. A subscriber lives in the individual
studios. Subscribers can be imported or created manually and are
stored in data extensions.
Keep in mind that all subscribers are contacts, but not all contacts are subscribers. With email, a contact is somebody you sent emails to, so a subscriber in Email Studio will always be a contact. You can have contacts whom you’ve never sent to who don’t appear in All Contacts. For example, contact information imported into a sendable data extension but not included in a send doesn't appear in All Contacts. A subscriber is only added to All Contacts once something is sent to them. For instance, you might send the contact email and mobile messages, so the contact could be a mobile subscriber, and not an email subscriber.
Resources

PayPal email confirmation

Currently I am trying to implement API for PAY-PAL. So basically, there is a form and user will input their email address on the textbox and that will check if the email that user inputted is valid or not. So pretty much it is verifying if email exist or not. I have created the paypal developer account and searched through google to see if i can get any idea but it did not really helped me much. Can anyone tell me where I should start first? Also, there were something called adaptive accounts on paypal website but not sure if that is the correct one...
Thank You
Adaptive Accounts is deprecated and not available.
To verify that an email corresponds to a PayPal account, you need to integrate Connect with PayPal: https://developer.paypal.com/docs/connect-with-paypal/
To integrate a PayPal Checkout that will send the payment to a particular email address, you can set a custom payee object to direct the payment: https://developer.paypal.com/docs/checkout/integration-features/pay-another-account/

EWS API not returning display name for Guest user for MS Teams conversation

I am using EWS Managed API v2.2 to access MS Teams messages (from the folder: Top of Information Store->Conversation History-> Team Chat). The API result contains sender, recipient, message body, message date time. It was working great so far until guest user does not come into picture.
From MS Teams, we can invite guest user. We send meeting invitation to a guest user (any user like gmail account). Then, guest user will receive email with the invitation link. When he clicks, he will just need to provide display name and then he can enter into chat and can send and receives message in MS Team in browser.
Now, when we capture the conversation where guest user is part of; using EWS API. We are seeing following two behaviors from the EWS API result:
Guest user "sent message" has just Display name in the sender field.
Guest user "received message" has just user id like 8:teamsvisitor:0e47ccce7ee34a2683815e4070015a54 in the recipients field.
In general, we used to get user email address and display name for normal users in both sender and recipients fields. For guest users, we are seeing inconsistent in sent and received.
Now, my question is:
1. Does EWS API has any other work around to fetch both id and display name for guest user.
We are also looking if there is any MS Graph API to find display name using that user id but have not found any so far.

getting image url from google contact api

I am using google contacts api for getting my contacts information.
I am getting data through this url to generate feed and then parsing this feed to get the data.
I am able to get email and name of my contacts but unable to get image of my contact.
Can somebody please help me in this
Send a GET request with the userEmail and contactID. Assuming that the contact has a photo, you'll receive a link which you can use to access the photos. Keep in mind this requires authentication.

Get TransactionID from Recurring Profile Information

I have created ReurringPaymentProfile using CreateRecurringPaymentsProfile API and can get all details of the profile using GetRecurringPaymentsProfileDetails API.But now i want make function by which site admin can refund any amount of any transaction.
I have already worked with RefundTrasaction API but that is with Ecommerce.But for RefundTrasaction we need TransactionID but in recuruing payment i have not get the tansction id.
Can any one help to get the transction id for RefundTRansction API. Or How i will refund the subscription Money using API.
Thanking you all
Check this link .
It give step by step description about creating recurring profile.
https://developer.paypal.com/docs/classic/express-checkout/ht_ec-recurringPaymentProfile-curl-etc/