BookmarkSubscribeRSS Feed
GeeWillikas
Calcite | Level 5

Hi Team

 

I'm looking for some videos or tutorials on how to create external events and applications and fire off these events via a webhook or API call. The documentation is very AWS based and I need a more generic C# example where I have an external system (say a dialer for instance) that we want to fire the event on an action or result in the external system (dialer unable to connect to client) and then using activity to start a new "client journey" (like send an email)

 

Sorry I just find the documentation not easy to follow

1 REPLY 1
OlafKratzsch
SAS Employee
To send an external event into CI360 you need to make a POST request to https://<> gateway address>/events using Bearer authentication and having a token generated from the tenanted and secret key of your access point definition. Not a C# person, but it shouldn’t be too hard to find examples how to make an http POST request using C#.

The body would look like

{
· "eventName": "· "subject_id": ", (could also be login_id or customer_id depending on what you set up in your tenant.)
· "Price": 100, (any custom attribute you have defined in the UI)
· "Month": "January" (any custom attribute you have defined in the UI)
}

Whatever identity type you use make sure you have it associated in your Access Point definition

[cid:image001.png@01D9E490.604C0A80]

Hope this helps.

Review SAS CI360 now.png

 

Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.

 

 

 

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

Listen to the Reimagine Marketing podcast

Assess your marketing efforts with a free tool

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

 

 

How to improve email deliverability

SAS' Peter Ansbacher shows you how to use the dashboard in SAS Customer Intelligence 360 for better results.

Find more tutorials on the SAS Users YouTube channel.

Review SAS CI360 now.png

 

Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.

 

 

 

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

Listen to the Reimagine Marketing podcast

Assess your marketing efforts with a free tool

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

 

 

Discussion stats
  • 1 reply
  • 3283 views
  • 1 like
  • 2 in conversation