POST
/
projects
/
{project_id}
/
actions
/
#FACEBOOK_ADS_SEND_FUNNEL_EVENT
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>"
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Your Paragon Project ID

Body

application/json

Response

200

Success