Activación y envío de eventos
Última actualización
Última actualización
POST https://webhooks.myperfit.net/events/customtriggers/micuenta/init/2d1be08e/6fc80952{
"trigger_key": "my_custom_event",
"contact": "[email protected]",
"context": {
"key1": "value1",
"key2": "value2"
}
}curl --location 'https://webhooks.myperfit.net/events/customtriggers/micuenta/init/2d1be08e/6fc80952' \
--header 'Content-Type: application/json' \
--data-raw '{
"trigger_key": "my_custom_event",
"contact": "[email protected]",
"context": {
"key1": "value1",
"key2": "value2"
}
}'