curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#FACEBOOK_ADS_SEND_FUNNEL_EVENT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "FACEBOOK_ADS_SEND_FUNNEL_EVENT",
"parameters": {
"eventName": "<string>",
"actionSource": "website",
"pixel": "<string>",
"eventTime": "<string>",
"eventId": "<string>",
"eventSourceUrl": "<string>",
"customerEmail": "<string>",
"customerFirstName": "<string>",
"customerLastName": "<string>",
"customerCity": "<string>",
"customerState": "<string>",
"customerCountryCode": "<string>",
"customerExternalId": "<string>",
"customerClientIpAddress": "<string>",
"customerClientUserAgent": "<string>",
"clickId": "<string>",
"browserId": "<string>",
"contentId": "<string>",
"contentName": "<string>",
"contentCategory": "<string>"
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#FACEBOOK_ADS_SEND_FUNNEL_EVENT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "FACEBOOK_ADS_SEND_FUNNEL_EVENT",
"parameters": {
"eventName": "<string>",
"actionSource": "website",
"pixel": "<string>",
"eventTime": "<string>",
"eventId": "<string>",
"eventSourceUrl": "<string>",
"customerEmail": "<string>",
"customerFirstName": "<string>",
"customerLastName": "<string>",
"customerCity": "<string>",
"customerState": "<string>",
"customerCountryCode": "<string>",
"customerExternalId": "<string>",
"customerClientIpAddress": "<string>",
"customerClientUserAgent": "<string>",
"clickId": "<string>",
"browserId": "<string>",
"contentId": "<string>",
"contentName": "<string>",
"contentCategory": "<string>"
}
}'
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#FACEBOOK_ADS_SEND_FUNNEL_EVENT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "FACEBOOK_ADS_SEND_FUNNEL_EVENT",
"parameters": {
"eventName": "<string>",
"actionSource": "website",
"pixel": "<string>",
"eventTime": "<string>",
"eventId": "<string>",
"eventSourceUrl": "<string>",
"customerEmail": "<string>",
"customerFirstName": "<string>",
"customerLastName": "<string>",
"customerCity": "<string>",
"customerState": "<string>",
"customerCountryCode": "<string>",
"customerExternalId": "<string>",
"customerClientIpAddress": "<string>",
"customerClientUserAgent": "<string>",
"clickId": "<string>",
"browserId": "<string>",
"contentId": "<string>",
"contentName": "<string>",
"contentCategory": "<string>"
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#FACEBOOK_ADS_SEND_FUNNEL_EVENT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "FACEBOOK_ADS_SEND_FUNNEL_EVENT",
"parameters": {
"eventName": "<string>",
"actionSource": "website",
"pixel": "<string>",
"eventTime": "<string>",
"eventId": "<string>",
"eventSourceUrl": "<string>",
"customerEmail": "<string>",
"customerFirstName": "<string>",
"customerLastName": "<string>",
"customerCity": "<string>",
"customerState": "<string>",
"customerCountryCode": "<string>",
"customerExternalId": "<string>",
"customerClientIpAddress": "<string>",
"customerClientUserAgent": "<string>",
"clickId": "<string>",
"browserId": "<string>",
"contentId": "<string>",
"contentName": "<string>",
"contentCategory": "<string>"
}
}'