create_em_event
Report email marketing events to Follow Up Boss for opens, clicks, bounces, unsubscribes, and spam reports.
Instructions
Notify Follow Up Boss about marketing emails sent, opens, clicks, bounces, unsubscribes and spam reports. (POST /emEvents)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emEvents | No | Array of email marketing events in the following format: [{"type": "delivered", "occurred": "2017-04-09T16:10:59Z", "recipient": "john.smith@gmail.com", "personId" : 1, "campaignId": 141, "userId": 3}, ...] | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |