SendTestDelivery
Send a test delivery to an integration, to confirm the endpoint is reachable and that it accepts what is sent. It is always sent, whatever event types the integration subscribes to — a test that silently matches nothing would report the same as a broken endpoint.
Returns the id of the delivery it created. The send is asynchronous: poll
BatchGetDeliveries with that id until the outcome leaves OUTCOME_PENDING.
Retrying this call sends another test. Rate-limited per integration; over
the limit it fails with RESOURCE_EXHAUSTED rather than queueing.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Success
Id of the delivery created. Poll BatchGetDeliveries with it to follow the
outcome.