Skip to contentSkip to navigationSkip to topbar
On this page
Looking for more inspiration?Visit the
(information)
You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.

SendwithUs Destination


Our SendwithUs destination code(link takes you to an external page) is all open-source on GitHub if you want to check it out.


Identify

identify page anchor

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.


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.