SendwithUs Destination
quick info
Our SendwithUs destination code is all open-source on GitHub if you want to check it out.
Identify
When you call identify
from one of our libraries, this will create a customer in Sendwithus. If you’d like to associate an email to a userId
, you can send it using the identify
call by sending traits.email
:
analytics.identify('userId12345', { email: 'teemo@segment.com' });
NOTE: userId
is required. Customers are only created when you use a Production API Key.
When you call identify from one of our libraries, this will create a customer in Sendwithus. An identify call is required once per email address to associate that customer with a userId. Note that customers are only created when you use a Production API Key.
Track
To see your track
events in Sendwithus, ensure that you have first created a Segment.com integration under Automation > Triggers. If you select ‘Add Trigger’ and select the Segment Event Name dropdown, you’ll see a list of event names that you have sent through.
This page was last modified: 13 Jun 2020
Need support?
Questions? Problems? Need more info? Contact us, and we can help!