circle-exclamation
This documentation is currently under development. Certain sections are not yet complete and will be added shortly.

Actito

Update passes via Actito marketing automation

post
/api/{tenantId}/webhooks/listeners/actito/custom-actions/updatePass

Receives pass update events from Actito marketing automation platform. Enables dynamic pass content updates triggered by marketing campaigns and customer actions.

Update Triggers

Can be triggered from Actito Journey Builder for:

  • Promotional offer updates

  • Loyalty point additions

  • Status changes

  • Personalized content delivery

Processing

Updates Apple Wallet and Google Wallet passes with new content. Sends push notifications to customers for significant changes.

Authorization

Requires ActitoListener.Write scope

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
tenantIdstringRequired
Body
anyOptional
Responses
chevron-right
200

OK

No content

post
/api/{tenantId}/webhooks/listeners/actito/custom-actions/updatePass

No content

Handle Actito profile creation and updates

post
/api/{tenantId}/webhooks/listeners/actito/profile/{eventType}

Webhook endpoint called by Actito when customer profiles are created or updated.

Event Types

  • CREATE: New customer profile created in Actito

  • UPDATE: Existing customer profile modified

Integration Flow

  1. Actito sends webhook with profile event

  2. System retrieves full profile data from Actito API

  3. Updates local customer records

  4. Triggers pass updates if profile changes affect pass content

Use Cases

  • Customer data synchronization

  • Loyalty tier changes reflected in passes

  • Profile enrichment from marketing campaigns

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
eventTypestring · enumRequired

CREATE or UPDATE.

Possible values:
tenantIdstringRequired
Body

Envelope for Actito webhook payloads.

eventTypestring · nullableOptional

Type of the event emitted by Actito.

operationstring · nullableOptional

Operation name provided by Actito.

Responses
chevron-right
200

OK

No content

post
/api/{tenantId}/webhooks/listeners/actito/profile/{eventType}

No content

Last updated