php-array.png

PHP Array

Get single item or multiple items from an array received in your workflow. Search for a term to get the array key or get count of the array items with PHP Array Module

Version: 1.0

Workflow Examples

Workflow Name Applications

When a new order received in WooCommerce, get array count of the line items using PHP Array module, and send WhatsApp template message to user using WA.Team

WooCommerce
PHP Array
WhatsApp by WA.Team

When a new order received in WooCommerce, search array for product id using PHP Array, check the response using Filters, and send an email to user with a discount Coupon for next order

WooCommerce
PHP Array
Filters
Email SMTP

When data received from Integrately, get the value of the first array index using PHP Array, and pass the data to Zapier

Integrately
PHP Array
Zapier

When response received in Webhook, search an array field for a specific value using PHP Array, check the response using Filters, and send the data to Pabbly Connect

Webhooks
PHP Array
Filters
Pabbly Connect

All actions and triggers available in
PHP Array

Triggers

When this happens..

  • No triggers available.

Actions

Do this..

  • php-array.png

    Get Value by Index

    Get value of a specified index of an array

  • php-array.png

    Get Array Count

    Get count of total number of items in array

  • php-array.png

    Array Search

    Searches an array for a given value and returns the key