HubSpot
Last updated
Was this helpful?
Was this helpful?
POST /v3/hubspot/dedicated-numbers HTTP/1.1
Host: api.mobile-text-alerts.com
Accept: */*
{
"options": [
{
"label": "text",
"description": "text",
"value": "text"
}
]
}POST /v3/hubspot/manual-sync HTTP/1.1
Host: api.mobile-text-alerts.com
Accept: */*
{
"success": true,
"error": "text",
"message": "text",
"data": null
}POST /v3/hubspot/workflow-action HTTP/1.1
Host: api.mobile-text-alerts.com
Accept: */*
{
"outputFields": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"error": "text"
}