curl --request POST \
--url https://api.kapso.ai/platform/v1/integrations/actions/{action_id}/reload_props \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"configured_props": {
"slack": {
"authProvisionId": "apn_abc123"
}
},
"dynamic_props_id": "dpi_xyz789"
}
'{
"data": [
{}
]
}Reload dynamic props for an action after configuration changes.
curl --request POST \
--url https://api.kapso.ai/platform/v1/integrations/actions/{action_id}/reload_props \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"configured_props": {
"slack": {
"authProvisionId": "apn_abc123"
}
},
"dynamic_props_id": "dpi_xyz789"
}
'{
"data": [
{}
]
}Was this page helpful?